home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / utility3 / mhelpvb.zip / VBXDEM.ZIP / VBXDEMO.GBL < prev    next >
Text File  |  1992-04-28  |  372b  |  13 lines

  1. 'VBXRef DEMO
  2.  
  3. DefInt A-Z
  4.  
  5. Global Const True = -1
  6. Global Const False = 0
  7.  
  8. Global gVarOne
  9. Global gVarTwo
  10.  
  11. Declare Function BitBlt Lib "GDI" (ByVal hDestDC As Integer, ByVal X As Integer, ByVal Y As Integer, ByVal nWidth As Integer, ByVal nHeight As Integer, ByVal hSrcDC As Integer, ByVal XSrc As Integer, ByVal YSrc As Integer, ByVal dwRop As Long) As Integer
  12.  
  13.